projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c1cf6
)
(Flog): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Dec 2005 05:09:00 +0000
(
05:09
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Dec 2005 05:09:00 +0000
(
05:09
+0000)
src/floatfns.c
patch
|
blob
|
history
diff --git
a/src/floatfns.c
b/src/floatfns.c
index 79574e0a69bfffdba70f552099811bfaef4092f8..71f53542283a23b1be6c101bc06cf37189afd589 100644
(file)
--- a/
src/floatfns.c
+++ b/
src/floatfns.c
@@
-508,7
+508,7
@@
DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0,
DEFUN ("log", Flog, Slog, 1, 2, 0,
doc: /* Return the natural logarithm of ARG.
-If
second
optional argument BASE is given, return log ARG using that base. */)
+If
the
optional argument BASE is given, return log ARG using that base. */)
(arg, base)
register Lisp_Object arg, base;
{